Text Property (MessageFilter Object) 

The Text property sets filtering on a message s main content. Read/write.

Syntax

objMessageFilter.Text

Data Type

String

Remarks

The Text property specifies that the message filter should pass only messages in which the text contains the string in Text as a substring.

Note that the Text property is a plaintext representation of the main portion of the message s content, and does not support formatted text.

The Text property corresponds to the MAPI property PR_BODY.